home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / AFS / PasteUp.app / English.lproj / PanelSpellCheck.nib / data.classes next >
Text File  |  1994-12-14  |  573b  |  45 lines

  1. PanelSpellCheck = {
  2.     ACTIONS = {
  3.     findFirst:;
  4.     learnAll:;
  5.     toggleLearnedWords:;
  6.     editLearnedWords:;
  7.     fixCandidate:;
  8.     fixAndFind:;
  9.     fix:;
  10.     guessWord:;
  11.     learn:;
  12.     fixAll:;
  13.     findAll:;
  14.     ignore:;
  15.     findNext:;
  16.     };
  17.     OUTLETS = {
  18.     badWord;
  19.     correction;
  20.     showLearnedWords;
  21.     guessList;
  22.     badList;
  23.     };
  24.     SUPERCLASS = Panel;
  25. };
  26. FirstResponder = {
  27.     ACTIONS = {
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. PasteUp = {
  32.     OUTLETS = {
  33.     spellPanel;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. WriteUp = {
  38.     ACTIONS = {
  39.     appDidInit:;
  40.     };
  41.     OUTLETS = {
  42.     };
  43.     SUPERCLASS = PasteUp;
  44. };
  45.